@charset "utf-8";
body {
	font-size: 16px;
	background: #f1f4f9;
	font-family: 'Microsoft YaHei';
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	position: absolute;
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

/****** 首页 ******/
.warp {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* ==========================header========================== */
.wap_header {
	display: none;
}

.x_navigation {
	display: none;
}

.wap_footer {
	display: none;
}

.header {
	width: 100%;
	overflow: visible;
	position: relative;
	background: url("149778.jpg") no-repeat top center;
}

.header-top {
	width: 100%;
	height: 157px;
}


.logo {
	float: left;
}

.logo a {
	display: block;
	margin: 37px 0px 0px 0px;
}

.logo .guohui {
	margin: 0px 20px 0px 0px;
}

.logo .logo-name {
	margin-top: 27px;
}

/* 选择语言 */
.selectLang {
	float: right;
	width: 440px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}

.mobSelectLan {
	display: none;
}

.selectLang li {
	float: left;
	margin-right: 20px;
	color: #ffffff;
}

.selectLang li a {
	color: #ffffff;
}

.langNavSel {
	position: relative;
}

.langNavSel::after {
	content: '';
	width: 15px;
	height: 5px;
	background: #0db3f7;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
}

/* 检索 */
.search {
	float: right;
	width: 195px;
	height: 37px;
	overflow: hidden;
	background: url(149823.png) no-repeat center;
	margin-top: 20px;
	background-size: 100%;
}

.search .cn-btn {
	display: none;
}

.search_input {
	width: 140px;
	height: 35px;
	float: left;
	line-height: 35px;
	margin: 1px 0px 0px 10px;
	font-size: 14px;
	outline: none;
	border: 0;
	background: none;
}

.search_btn {
	float: right;
	width: 25px;
	height: 35px;
	margin: 1px 13px 0px 0px;
	background: url('149824.png') no-repeat center;
	outline: none;
	border: 0;
	cursor: pointer;
}

/* nav */
.nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav ul li {
	padding: 0px 19px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

.nav ul li a {
	height: 45px;
	color: #FFFFFF;
}

/* nav end */
/* ==========================header end========================== */


/* ======================首页代码====================== */
.modile1 {
	width: 100%;
	overflow: hidden;
	background: #09358e;
	padding: 40px 0;
}

.carousel {
	width: 560px;
	height: 315px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
}

.carousel ul li {
	height: 315px;
}

.carousel ul li img {
	width: 560px;
	height: 315px;
	transition:1s;
}
.carousel ul li img:hover{ transform:scale(1.1,1.1);}


.carousel ul p {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size:14px;
}

.carousel ul p a {
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px;
	box-sizing: border-box;
}

.swiper-carouseBtn-pagination {
	position: absolute;
	bottom: 15px !important;
	width: 110px !important;
	left: auto !important;
	right: 0;
	z-index: 99;
}

.swiper-carouseBtn-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 8px;
	border-radius: 10px;
	background: #e6e4dc;
}

.swiper-carouseBtn-pagination .swiper-pagination-bullet-active {
	background: #ffffff;
}

/* 时政新闻列表1 */
.politicsNews {
	width: 540px;
	height: 315px;
	background-color: #4e7ea4;
	float: right;
	padding-top: 20px;
	box-sizing: border-box;
}

.politicsNews ul {
	width: 430px;
	margin: 0 auto;
}

.politicsNews ul li {
	width: 430px;
	margin: 7px 0px;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 14px;
}

.politicsNews ul li a {
	color: #ffffff;
}

.politicsNews ul li:first-of-type {
	border-bottom: 2px solid #6d9dc3;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.politicsMore {
	color: #82aed1;
	float: right;
	margin: 20px 20px 0 0;
}

.mobMoreBtn {
	display: none;
}

/* 时政新闻列表2 */
.modile2 {
	width: 100%;
	overflow: hidden;
	padding: 25px 0px;
	box-sizing: border-box;
	background: #072760;
}

.modile2 ul li {
	width: 345px;
	overflow: hidden;
	display: inline-block;
	margin-right: 20px;
}

.modile2 ul li:last-child {
	margin-right: 0;
}

.modile2 ul li img {
	width: 160px;
	height: 90px;
	transition:1s;
}
.modile2 ul li img:hover{ transform:scale(1.1,1.1);}

.modile2 ul li p {
	width: 160px;
	height: 90px;
	display: inline-block;
	color: #ffffff;
	overflow: hidden;
	line-height: 2;
	margin-left: 10px;
}

/* 中间三板块 */
.modile3 {
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

.homeNewsList {
	width: 395px;
	height: auto;
	background-color: #ffffff;
	display: inline-block;
	margin-right: 20px;
	border: 1px solid #dedfe1;
	float: left;
}

.homeCloumTit {
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	border-bottom: solid 3px #f2f2f2;
	padding: 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	color: #0043b2;
	font-size: 18px;
}

.mobHomeCloumTit {
	display: none;
}
.homeNewsList ul {
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;
	min-height:280px;
}

.homeNewsList ul li {
	height: 45px;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
	position: relative;
	line-height: 1.6;
}

.homeNewsList ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #0043b2;
	position: absolute;
	left: 2px;
	top: 9px;
}
#selectColOne_2{
	display: block;
}
#selectColTwo_2{
	display: block;
}
/* 第三块 */
.homeNewsMsg {
	width: 260px;
	padding: 0px 10px;
	box-sizing: border-box;
	border: solid 1px #fcffff;
	background: #e0e4ed;
	display: inline-block;
	float: right;
	overflow: hidden;
}

.homeMsgTit {
	padding: 0;
	text-align: center;
	border: 0;
}

.homeMsg1 {
	border-bottom: solid 5px #f0f2f1;
	padding-bottom: 40px;
}

.homeMsg1 ul {
	margin-top: 15px;
}

.homeMsg1 ul li {
	width: 115px;
	height: auto;
	display: inline-block;
	text-align: center;
}

.homeMsg1 ul li a {
	color: #3f61a8;
}

.homeMsg1 ul li img {
	width: auto;
	height: 75px;
	transition:1s;
}
.homeMsg1 ul li img:hover{ transform:scale(1.1,1.1);}

.homeMsg1 ul li p {
	font-size: 12px;
	padding: 0 15px;
	margin-top: 10px;
	font-weight: bold;
	box-sizing: border-box;
}

.homeMsg2 {
	text-align: center;
	border-bottom: solid 5px #f0f2f1;
	padding: 20px 0 35px;
	overflow: hidden;
}

.homeMsg2Img {
	width: 220px;
	height: 50px;
	text-align:center;
}
.homeMsg2Img img{
	max-width:90%;
	transition:1s;}
.homeMsg2Img img:hover{
	transform:scale(1.1,1);}


.homeMsg3 {
	padding: 20px 0 35px;

}

.homeMsg3Img {
	width: 220px;
	height: 150px;
	margin: 20px 0;
	text-align: center;
	margin: 20px auto 0;
	display: block;
}

.homeMsg3Img img {
	width: 220px;
	height: 150px;
	transition:1s;}
	
.homeMsg3Img img:hover{
	transform:scale(1.1,1.1);}

/* Immigration Services */
.modile4 {
	height: auto;
	padding: 0 20px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px;
}

.modile4 ul {
	margin: 10px 0 20px;
}

.modile4 ul li {
	width: 336px;
	height: 170px;
	overflow: hidden;
	border: 4px solid #c1d4f2;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 20px;
}

.modile4 ul li:last-child {
	margin-right: 0;
}

.modile4 ul li img {
	width: 100%;
	height: auto;
	transition:1s;}
.modile4 ul li img:hover{
	transform:scale(1.1,1.1);}
.homeCloumTitImg{
	display:block;
}
.mobHomeCloumTitImg{
	display:none;
}

.homeMod4Tit {
	border: 0;
	margin-top: 10px;
}

/* 右侧导航 */
.leftNavCont {
	width: 50px;
	height: auto;
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.leftNavContOne{
	width: 58px;
	height: 58px;
	background: #1f417e;
	overflow: hidden;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	display: none;
	font-style:italic;
}
.leftNavImg{
	display: block;
	width: 58px;
	height: 35px;
	background: url('149795.png') no-repeat center center;
}
.leftNavContOther{
	display: block;
}
.leftNavCont ul li {
	width: 58px;
	height: 58px;
	border: 1px solid #cbcbcb;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}
.padckleftUp{
	width: 58px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	background: #1f417e;
	cursor: pointer;
	font-style:italic;
}
.leftNav1 {
	background: #ffffff url('149783.png') no-repeat center center;
}

.leftNav2 {
	background: #ffffff url('149785.png') no-repeat center center;
}

.leftNav3 {
	background: #ffffff url('149787.png') no-repeat center center;
}

.leftNav4 {
	background: #ffffff url('149789.png') no-repeat center center;
}

.leftNav5 {
	background: #ffffff url('149791.png') no-repeat center center;
}

.leftNav6 {
	background: #ffffff url('149793.png') no-repeat center center;
}

.leftNav1:hover {
	background: #1f417e url('149784.png') no-repeat center center;
}

.leftNav2:hover {
	background: #1f417e url('149786.png') no-repeat center center;
}

.leftNav3:hover {
	background: #1f417e url('149788.png') no-repeat center center;
}

.leftNav4:hover {
	background: #1f417e url('149790.png') no-repeat center center;
}

.leftNav5:hover {
	background: #1f417e url('149792.png') no-repeat center center;
}

.leftNav6:hover {
	background: #1f417e url('149794.png') no-repeat center center;
}

.leftNavCont ul li ol {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	overflow: hidden;
	left: -110px;
	top: 0;
}

.leftNavCont ul li ol img {
	width: 100%;
	height: auto;
}

.backToTop {
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 58px;
	color: #ffffff;
	background: #1f417e;
	border-radius: 3px;
}




/* ==========================首页结束========================== */




/*==========================二级列表页cont==========================*/

/*面包屑导航*/
.nav_wap {
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.location a {
	color: #1a1a1a;
}

.nav-home-icon {
	height: 20px;
	width: auto;
	margin-right: 10px;
}

.nav-icon {
	height: 20px;
	width: auto;
	margin: 0 10px;
}

/* 二级页 */
.listContent {
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

/* 二级页一 */
.list-cont {
	padding: 30px;
	background: #ffffff;
}

.list-cont li {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	border-bottom: 1px #e3e3e3 dashed;
	padding: 10px 0;
	margin-bottom: 20px
}

.list-cont li p {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.listAbstract {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
	display: block;
}

.listPubTime {
	float: right;
	color: #c1c1c1;
	margin-top: 20px;
	display: block;
}

/* 二级页二 */
.listPageTwo {
	height: 100%;
	margin: 0 auto 45px;
	overflow: hidden;
	overflow: hidden;
}

.list-contTwo {
	overflow: hidden;
}

.list-catalogueTwo {
	width: 100%;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	border-bottom: 1px solid #f0f1f3;
	font-size: 20px;
	color: #0043b2;
	font-weight: bold;
	padding-left: 20px;
	box-shadow: 4px 4px 5px 3px #f0f1f3;
}

/*list-left*/
.list-leftTwo {
	width: 290px;
	height: 100%;
	float: left;
	overflow: hidden;
}

.list-leftTwo ul li {
	width: 290px;
	height: 55px;
	background: #e0e4ed;
	color: #3564b0;
	margin-bottom: 8px;
	font-size: 16px;
	position: relative;
}

.list-leftTwo ul li a {
	width: 210px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	color: #3564b0;
	font-weight: bold;
	padding: 0 30px 0 50px;
}

.list-leftTwo ul li a span {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}

.listLeft-infor {
	background: url("149816.png") no-repeat top center;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 15px;
	height: 15px;
}

#column {
	background: #1c4c9e;
	color: #ffffff;
}

#column a {
	color: #ffffff;
	background: url("149816.png") no-repeat left center;
	background-position: 20px;
}

.list-leftTwo ul li:hover {
	background: #1c4c9e;
	color: #ffffff;
}

.list-leftTwo ul li a:hover {
	background: #1c4c9e;
	color: #ffffff;
	background: url("149816.png") no-repeat left center;
	background-position: 20px;
}


/*list-right*/
.list-rightTwo {
	width: 790px;
	background: #ffffff;
	float: right;
	overflow: hidden;
}

.list-msgTwo {
	width: 750px;
	height: 100%;
	margin: 20px auto;
}

.list-msgTwo ul li {
	padding: 20px;
	position: relative;
	display: block;
	border-bottom: 1px #e3e3e3 dashed;
	position: relative;
}

.list-msgTwo ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #1c4c9e;
	position: absolute;
	top: 28px;
	left: 0;
}

.list-msgTwo ul li p {
	width: 600px;
}

.listTwPubTime {
	position: absolute;
	right: 5px;
	top: 23px;
	color: #c1c1c1;
	font-size: 14px;
}

/* 二级页三 */
.listRightColum {
	width: 100%;
	padding: 15px 0;
	border-bottom: 3px solid #ccc;
	padding-left: 35px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #0066cc;
	position: relative;
}

.listRightColum::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url('149796.png') no-repeat center center;
	position: absolute;
	top: 17px;
	left: 5px;
}

.columThreeMor {
	float: right;
	color: #88b8e7;
	font-size: 16px;
}

.listThreeCont {
	width: 750px;
	margin: 0 auto;
}

.listThreeCont ul {
	overflow: hidden;
	margin: 15px 0;
}

.listThreeCont ul li {
	padding: 8px 20px;
	position: relative;
}

.listThreeCont ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #1c4c9e;
	position: absolute;
	top: 15px;
	left: 0;
}

.listThreeCont ul li p {
	width: 600px;
}

.listThreePubTime {
	position: absolute;
	right: 0;
	top: 8px;
	color: #c1c1c1;
}

/* 二级页四 */
.contMap {
	width: 100%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}

.contMapList {
	width: 1050px;
	padding: 0 20px 20px;
	box-sizing: border-box;
	border: #cccccc 1px solid;
	margin: 30px auto;
}

.contMapList ul {
	padding: 20px;
	box-sizing: border-box;
	border-bottom: #cccccc 1px solid;
}

.contMapList ul p {
	font-size: 18px;
	font-weight: bold;
}

.contMapList ul li {
	margin-top: 15px;
	display: inline-block;
	margin-right: 25px;
}

.contMapList ul li:last-child {
	margin-right: 0;
}
/* 二级页五 新闻发布会 */
.newsListSecond{
	background: #ffffff;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsLogo{
	height: 70px;
	line-height: 70px;
}
.newsLogo img{
	height: 45px;
	width: auto;
	margin-top: 12px;
}
.newsBanner img{
	width: 100%;
	height: auto;
}
.institutionMsg{
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 20px 10px;
	box-sizing: border-box;
	margin: 30px auto;
}
.newsInstTit{
	color: #2981da;
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}
.newsInstContact{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.newsInstContact p{
	margin: 10px;
}
.newsInstContact p span{
	font-weight: bold;
}
.newsContFirstImg{
	width: 635px;
	height: 355px;
	overflow: hidden;
	float: left;
}
.newsContFirstImg img{
	width: 635px;
	height: 355px;
}
.newsContFirstCont{
	width: 465px;
	height: 355px;
	float: left;
	background: #F3F3F3;
	padding: 30px 20px 0;
	box-sizing: border-box;
}
.newsContFirstCont p{
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
}
.newsContFirstCont span{
	margin-top: 20px;
	display: block;
	overflow: hidden;
}
.newsContFirstMore{
	display: block;
	text-align: right;
	font-weight: bold;
	color: #95bee8;
	margin-top: 20px;
}
.newsListContent ul{
	padding: 0 20px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.newsListContent ul li{
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.newsListContent ul li::after{
	content: '';
	width: 5px;
	height: 5px;
	background: #09358d;
	display: block;
	position: absolute;
	top: 28px;
	left: 5px;
}
.newsListContent ul li span{
	float: right;
}
.newsListContentMore{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}

/*==========================内容页开始==========================*/
.content{
	height: auto;
	padding: 0 30px;
	background: #ffffff;
	box-sizing: border-box;
	margin-bottom: 45px;
}
.articleHead{
	width: 100%;
	height: auto;
	padding: 40px 20px 20px;
	border-bottom: 1px solid #cecece;
	box-sizing: border-box;
}
.articleTit{
	margin: 20px auto;
	text-align: center;
	color: #0043b2;
    font-weight: bold;
	font-size: 26px;
}
.articleMsg{
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.contPubTime{
	color: #c1c1c1;
	float: left;
}
.shareMeddile{
	float: right;
	width: 100px;
}
.shareMeddile a{
	cursor: pointer;
}
.shareIcon{
	width: 20px;
	height: 20px;
	background: url('149799.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
}
.weixin{
	width: 23px;
	height: 23px;
	background: url('149801.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.weibo{
	width: 23px;
	height: 23px;
	background: url('149800.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.weixinConte{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #cccccc;
	text-align: center;
	width: 260px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 999;
	display: none;
}
.weixinClose{
	position: absolute;
	font-size: 30px;
	top: 0px;
	right: 10px;
	cursor: pointer;
}
.weixinTie{
	font-size: 18px;
	margin: 15px 0;
}
.weixinMsg{
	font-size: 12px;
	margin: 15px 0;
}


/* 正文 */
.zoom{
	padding: 40px 30px;
	box-sizing: border-box;
}

/*==========================内容页结束==========================*/



/*==========================办事查询/*==========================*/
.areaSelect {
	width: 1050px;
	height: 100%;
	margin: 20px auto;
	overflow: hidden;
}

/*搜索*/
.handleSearch {
	width: 420px;
	height: 40px;
	background: #ececec;
	position: relative;
	float: right;
}

.handleSearch input {
	width: 355px;
	height: 40px;
	line-height: 40px;
	background: #ececec;
	font-size: 16px;
	padding: 0 20px;
}

.handleSearch i {
	position: absolute;
	right: 15px;
	top: 10px;
}

/*请选择*/
.areaSelect ul {
	width: 1050px;
	height: 50px;
	border-bottom: 3px solid #0043b2;
}

.areaSelect ul li {
	font-size: 18px;
	color: #666666;
	float: left;
	overflow: hidden;
	width: 175px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.areaSelect ul li a {
	width: 175px;
	height: 50px;
	display: inline-block;
}

.areaSelect ul li a i {
	width: 20px;
	height: 9px;
	background: url("149825.png") no-repeat left center;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 15px;
}

#citySel {
	display: none;
}

.curr {
	border: 3px solid #0043b2;
	height: 52px;
	border-bottom: none;
	background: #ffffff;
}

/*选择地区*/
.selectRegion {
	width: 1050px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.province a {
	padding: 5px 10px;
	display: inline-block;
	float: left;
	margin: 5px 8px 0 0;
	letter-spacing: 1px;
}

.province a:hover {
	background: #0043b2;
	color: #fff;
}

.at a {
	background: #0043b2;
	color: #fff;
	padding: 5px 10px;
}

.ats a {
	background: #0043b2;
	color: #fff;
	padding: 5px 10px;
}

.selectArea {
	width: 1050px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.selectArea ul {
	display: none;
}

.pitch a {
	padding: 5px 10px;
	display: inline-block;
	float: left;
	margin: 5px 8px 0 0;
	letter-spacing: 1px;
}

.pitch a:hover {
	background: #0043b2;
	color: #fff;
}


/*信息展示*/
.information {
	width: 1050px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/*.information ul{display: none;}*/
.information ul li {
	height: 100%;
	background: #f8f8f8;
	padding: 30px;
	margin-top: 30px;
}

.businessName {
	width: 990px;
	font-size: 18px;
	font-weight: bold;
	color: #0043b2;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding-bottom: 25px;
}

.locationMsg {
	line-height: 2.2;
	position: relative;
	padding-left: 35px;
	margin: 10px 0;
}

.loca-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 6px;
}

.contact {
	line-height: 2.2;
	position: relative;
	padding-left: 35px;
	margin: 10px 0;
}

.cont-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 8px;
	top: 6px;
}

/*上下翻页*/
.TurnPageWork {
	width: 1050px;
	overflow: hidden;
	text-align: center;
	margin: 30px 0 20px;
}

.TurnPageWork a {
	width: 30px;
	height: 30px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}

.TurnPageWork a:hover {
	background: #09358d;
	color: #ffffff;
	border: 1px solid #09358d;
}

/*==========================办事查询end==========================*/

/* ==============================footer开始========================== */
.footer {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.footer-one {
	width: 100%;
	padding: 0px 0px 22px 0px;
	background-color: #072760;
	overflow: hidden;
}

.link {
	width: 860px;
	float: left;
	margin-top: 32px;
}

.link-name {
	width: 100%;
	overflow: hidden;
	float: left;
}

.link-name a {
	color: #FFFFFF;
	font-size: 22px;
}

.link ul {
	float: left;
	margin-top: 20px;
}

.link ul li {
	width: 430px;
	line-height: 25px;
	float: left;
}

.link ul li a {
	font-size: 12px;
	color: #FFFFFF;
}

.footer-sitemap {
	width: 126px;
	float: right;
	margin-top: 22px;
}

.footer-sitemap ul li {
	width: 100%;
	float: left;
	line-height: 45px;
	text-align: left;
}

.footer-sitemap a {
	color: #FFFFFF;
	font-size: 22px;
}

.footer-two {
	width: 100%;
	padding: 10px 0px;
	overflow: hidden;
	background-color: #012057;
}

.footer-two p {
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.footer-two p a {
	color: #FFFFFF;
}

.goToTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 5%;
}

/* ==============================footer结束========================== */




@media only screen and (max-width:1024px) {
	body {
		font-size: 0.23rem;
		background: #ffffff;
		font-family: 'Microsoft YaHei';
	}

	.w1100 {
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	/* ==========================header========================== */
	.wap_header {
		display: none;
	}

	.x_navigation {
		display: none;
	}

	.wap_footer {
		display: none;
	}

	.header {
		width: 100%;
		overflow: visible;
		position: relative;
		background-size: 100%;
		height: 3.25rem;
	}

	.header-top {
		width: 100%;
		height: 1.3rem;
		background: #0052a4 url("149820.jpg") no-repeat top;
		background-size: 100% 100%;
		position: relative;
		z-index: 99;
	}

	.logo {
		float: left;
	}

	.logo a {
		display: block;
		margin: 0.22rem auto 0.25rem auto;
	}

	.logo .guohui {
		width: 3.65rem;
		height: 0.76rem;
		float: left;
		margin: 0 0.25rem 0 0;
	}

	.mobSelSear {
		width: 100%;
		position: absolute;
		top: 2.45rem;
		left: 0;
		height: 0.8rem;
		background: #6699ff;
		padding: 0.13rem 0.2rem;
		box-sizing: border-box;
	}

	/* 选择语言 */
	.selectLang {
		float: left;
		width: 1.6rem;
		height: 0.53rem;
		line-height: normal;
		font-size: 0.22rem;
		background: #4075de;
		position: relative;
		border-radius: 0.1rem;
	}

	.mobSelectLan {
		display: block;
		text-align: center;
		width: 1.6rem;
		height: 0.53rem;
		line-height: 0.53rem;
		color: #ffffff;
	}

	.langContList {
		display: none;
		background: #ffffff;
	}

	.selectLang li {
		width: 100%;
		padding: 0.15rem 0;
		float: none;
		display: block;
		margin-right: 0;
		color: #ffffff;
		text-align: center;
	}

	.selectLang li a {
		color: #567fe6;
	}

	.langNavSel {
		position: relative;
		display: none;
	}

	.langNavSel::after {
		content: '';
		width: 15px;
		height: 5px;
		background: #0db3f7;
		display: none;
		position: absolute;
		bottom: 3px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* 检索 */
	.search {
		float: right;
		width: 5.2rem;
		height: 0.53rem;
		line-height: 0.53rem;
		overflow: hidden;
		background: url(149823.png) no-repeat center;
		margin-top: 0;
		background-size: 100%;
		border-radius: 0.05rem;
	}

	.search .cn-btn {
		display: none;
	}

	.search_input {
		width: 4.5rem;
		height: 0.53rem;
		float: left;
		line-height: 0.53rem;
		margin: 0;
		font-size: 0.21rem;
		outline: none;
		border: 0;
		background: #ffffff;
		padding: 0 0.1rem;
		box-sizing: border-box;
	}

	.search_btn {
		float: right;
		width: 0.7rem;
		height: 0.53rem;
		margin: 0;
		background: #4075de url('149821.png') no-repeat center center;
		background-size: 45%;
		outline: none;
		border: 0;
		cursor: pointer;
	}

	/* nav */
	.nav {
		width: 100%;
		height: 1.15rem;
		line-height: 2;
		text-align: center;
		background: #0052a4;
		position: absolute;
		top: 1.3rem;
		left: 0;
		padding: 0.1rem 0;
		box-sizing: border-box;
	}

	.nav ul li {
		padding: 0px 0.2rem;
		font-size: 0.23rem;
		font-weight: bold;
		display: inline-block;
	}

	.nav ul li a {
		height: 45px;
		color: #FFFFFF;
	}

	/* nav end */
	/* ==========================header end========================== */


	/* ======================首页代码====================== */
	.modile1 {
		width: 100%;
		overflow: hidden;
		background: #ffffff;
		padding: 0.3rem 0;
	}

	.carousel {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		display: inline-block;
		float: none;
	}

	.carousel ul li {
		height: auto;
	}

	.carousel ul li img {
		width: 100%;
		height: auto;
	}
	.carousel ul li	img:hover{
		transform:none;}

	.carousel ul p {
		width: 100%;
		height: 0.65rem;
		line-height: 0.65rem;
		color: #ffffff;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.carousel ul p a {
		color: #ffffff;
		font-weight: bold;
		padding: 0 0.15rem;
		box-sizing: border-box;
	}

	.swiper-carouseBtn-pagination {
		position: absolute;
		bottom: 0.2rem !important;
		width: 1.5rem !important;
		left: auto !important;
		right: 0;
		z-index: 99;
	}

	.swiper-carouseBtn-pagination .swiper-pagination-bullet {
		width: 0.15rem;
		height: 0.15rem;
		border-radius: 50%;
		background: #e6e4dc;
	}

	.swiper-carouseBtn-pagination .swiper-pagination-bullet-active {
		background: #ffffff;
	}

	/* 时政新闻列表1 */
	.politicsNews {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		float: none;
		padding-top: 20px;
		box-sizing: border-box;
	}

	.politicsNews ul {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.politicsNews ul li {
		width: 100%;
		margin: 0.2rem 0px;
		height: auto;
		overflow: hidden;
		float: left;
		font-size: 0.23rem;
		padding: 0 0.2rem 0 0.3rem;
		box-sizing: border-box;
		position: relative;
		line-height: 1.6;
	}

	.politicsNews ul li::after {
		content: '';
		position: absolute;
		width: 0.08rem;
		height: 0.08rem;
		display: block;
		background: #0043b2;
		top: 0.12rem;
		left: 0.05rem;
	}

	.politicsNews ul li a {
		color: #1a1a1a;
	}

	.politicsNews ul li:first-of-type {
		border-bottom: 0;
		font-weight: normal;
		padding-bottom: 0;
		font-size: 0.23rem;
		box-sizing: border-box;
	}

	.politicsMore {
		width: 3rem;
		height: 0.6rem;
		line-height: 0.6rem;
		text-align: center;
		background: #0066cc;
		color: #ffffff;
		float: none;
		margin: 0.2rem auto;
		display: block;
	}

	.mobMoreBtn {
		display: block;
	}

	/* 时政新闻列表2 */
	.modile2 {
		width: 100%;
		overflow: hidden;
		padding: 25px 0px;
		box-sizing: border-box;
		background: #072760;
		display: none;
	}

	.modile2 ul li {
		width: 345px;
		overflow: hidden;
		display: inline-block;
		margin-right: 20px;
	}

	.modile2 ul li:last-child {
		margin-right: 0;
	}

	.modile2 ul li img {
		width: 160px;
		height: 90px;
	}
	.modile2 ul li img:hover{
		transform:none;}
	.modile2 ul li p {
		width: 160px;
		height: 90px;
		display: inline-block;
		color: #ffffff;
		overflow: hidden;
		line-height: 2;
		margin-left: 10px;
	}

	/* 中间三板块 */
	.modile3 {
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.homeNewsList {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		display: inline-block;
		margin-right: 0;
		border: 0;
		float: none;
	}

	.homeCloumTit {
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
		display: none;
		border-bottom: 0;
		padding: 0 0.25rem;
		box-sizing: border-box;
		font-weight: bold;
		color: #262626;
		font-size: 0.3rem;
	}

	.mobHomeCloumTit {
		width: auto;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	.mobHomeCloumTit dt {
		/* width: auto; */
		height: 0.9rem;
		line-height: 0.9rem;
		border-bottom: 0;
		box-sizing: border-box;
		font-weight: bold;
		color: #262626;
		font-size: 0.4rem;
		display: inline-block;
		margin-right: 0.2rem;
	}

	.mobHomeCloumTit dt:last-child {
		margin-right: 0.2rem;
	}

	.titInt {
		color: #0066cc !important;
		border-bottom: 3px solid #0066cc !important;
	}

	.titInt a {
		color: #0066cc;
	}

	.homeNewsList ul {
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	.homeNewsList ul li {
		height: auto;
		padding: 0 0.2rem 0 0.3rem;
		box-sizing: border-box;
		width: 100%;
		margin: 20px 0;
		position: relative;
		line-height: 1.6;
	}

	.homeNewsList ul li::after {
		content: '';
		width: 0.08rem;
		height: 0.08rem;
		display: block;
		background: #0043b2;
		position: absolute;
		left: 0.03rem;
		top: 0.15rem;
	}
	#selectColOne_2{
		display: none;
	}
	#selectColTwo_2{
		display: none;
	}

	/* 第三块 */
	.homeNewsMsg {
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		border: 0;
		background: #ffffff;
		display: inline-block;
		float: none;
		overflow: hidden;
		margin-top: 0.2rem;
	}

	.homeMsgTit {
		padding: 0;
		text-align: center;
		border: 0;
	}

	.homeMsg1 {
		border-bottom: 0;
		padding-bottom: 0.2rem;
	}

	.homeMsg1 ul {
		margin-top: 0.15rem;
		overflow: hidden;
	}

	.homeMsg1 ul li {
		width: 48.5%;
		height: auto;
		display: inline-block;
		text-align: center;
		padding: 0.18rem;
		box-sizing: border-box;
		float: left;
		background: #c3d0f3;
		border-radius: 0.1rem;
		margin-top: 0.2rem;
	}

	.homeMsg1 ul li:last-child {
		margin-left: 0.15rem;
	}

	.homeMsg1 ul li a {
		color: #3f61a8;
	}
	.homeMsg1Img{
		width: 0.65rem;
		height: 0.65rem;
		overflow:hidden;
		display: inline-block;
		float: left;
		margin-left: 0.2rem;
		}
	.homeMsg1 ul li img {
		width: 0.95rem;
		height: 0.95rem;
		position:relative;
		left:-0.15rem;
		top:-0.15rem;
		transition:0s;
	}
	.homeMsg1 ul li img:hover{
		transform:none;}
		
	.homeMsg1 ul li p {
		width: 2rem;
		font-size: 0.2rem;
		padding: 0 0.2rem;
		margin-top: 0.08rem;
		font-weight: bold;
		box-sizing: border-box;
		display:inline-block;
	}

	.homeMsg2 {
		text-align: center;
		border-bottom: 0;
		padding: 0.25rem 0 0.4rem;
		overflow: hidden;
	}

	.homeMsg2Img {
		width: 100%;
		height: auto;
		margin-top: 0.3rem;
		display: block;
		overflow:hidden;
	}

	.homeMsg2Img img {
		width: 100%;
		height: auto;
	}
	.homeMsg2Img img:hover{
		transform:none;}
		
	.homeMsg3 {
		padding: 0.25rem 0 0.4rem;

	}

	.homeMsg3Img {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0.25rem auto 0;
		display: block;
	}

	.homeMsg3Img img {
		width: 100%;
		height: auto;
	}
	.homeMsg3Img img:hover{
		transform:none;}
	/* Immigration Services */
	.modile4 {
		height: auto;
		padding: 0 0.25rem;
		background: #ffffff;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 0.45rem;
	}

	.modile4 ul {
		margin: 0.15rem 0 0.25rem;
		overflow: hidden;
	}

	.modile4 ul li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 4px solid #c1d4f2;
		box-sizing: border-box;
		display: inline-block;
		margin-right: 0;
		margin-top: 0.2rem;
	}

	.modile4 ul li:last-child {
		margin-right: 0;
	}
	.modile4 ul li .homeCloumTitImg{
		display:none;
	}
	.modile4 ul li .mobHomeCloumTitImg{
		display:block;
	}
	.modile4 ul li img {
		width: 100%;
		height: auto;
	}
	.modile4 ul li img:hover{
		transform:none;}

	.homeMod4Tit {
		border: 0;
		margin-top: 10px;
	}

	/* 右侧导航 */
	/* 置顶 */
	.leftNavCont {
		width: 50px;
		height: auto;
		position: fixed;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		display: none;
	}

	.leftNavCont ul li {
		width: 58px;
		height: 58px;
		border: 1px solid #cbcbcb;
		border-radius: 6px;
		box-sizing: border-box;
		cursor: pointer;
		margin-bottom: 10px;
		position: relative;
	}

	.leftNav1 {
		background: #ffffff url('149783.png') no-repeat center center;
	}

	.leftNav2 {
		background: #ffffff url('149785.png') no-repeat center center;
	}

	.leftNav3 {
		background: #ffffff url('149787.png') no-repeat center center;
	}

	.leftNav4 {
		background: #ffffff url('149789.png') no-repeat center center;
	}

	.leftNav5 {
		background: #ffffff url('149791.png') no-repeat center center;
	}

	.leftNav6 {
		background: #ffffff url('149793.png') no-repeat center center;
	}

	.leftNav1:hover {
		background: #1f417e url('149784.png') no-repeat center center;
	}

	.leftNav2:hover {
		background: #1f417e url('149786.png') no-repeat center center;
	}

	.leftNav3:hover {
		background: #1f417e url('149788.png') no-repeat center center;
	}

	.leftNav4:hover {
		background: #1f417e url('149790.png') no-repeat center center;
	}

	.leftNav5:hover {
		background: #1f417e url('149792.png') no-repeat center center;
	}

	.leftNav6:hover {
		background: #1f417e url('149794.png') no-repeat center center;
	}

	.leftNavCont ul li ol {
		display: none;
		position: absolute;
		width: 100px;
		height: 100px;
		overflow: hidden;
		left: -110px;
		top: 0;
	}

	.leftNavCont ul li ol img {
		width: 100%;
		height: auto;
	}

	.backToTop {
		width: 100%;
		height: 58px;
		text-align: center;
		line-height: 58px;
		color: #ffffff;
		background: #1f417e;
		border-radius: 3px;
	}

	/* ==========================首页结束========================== */

	/*==========================二级列表页cont==========================*/

	/*面包屑导航*/
	.nav_wap {
		margin: 0 auto;
		padding: 0.2rem 0;
		box-sizing: border-box;
		line-height: 1.6;
	}

	.location a {
		color: #1a1a1a;
	}

	.nav-home-icon {
		height: 0.3rem;
		width: auto;
		margin-right: 0.13rem;
	}

	.nav-icon {
		height: 0.3rem;
		width: auto;
		margin: 0 0.13rem;
	}

	/* 二级页 */
	.listContent {
		height: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}

	/* 二级页一 */
	.list-cont {
		padding: 0;
		background: #ffffff;
	}

	.list-cont li {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
		border-bottom: 1px #e3e3e3 dashed;
		padding: 0.15rem 0;
		margin-bottom: 0.25rem
	}

	.list-cont li p {
		font-size: 0.26rem;
		color: #333333;
		font-weight: bold;
	}

	.listAbstract {
		margin-top: 0.23rem;
		font-size: 0.23rem;
		line-height: 1.8;
		display: none;
	}

	.listPubTime {
		float: right;
		color: #c1c1c1;
		margin-top: 0.23rem;
		display: block;
	}

	/* 二级页二 */
	.listPageTwo {
		height: 100%;
		margin: 0;
		overflow: hidden;
		overflow: hidden;
	}

	.list-catalogueTwo {
		width: 100%;
		height: auto;
		line-height: normal;
		overflow: hidden;
		border-bottom: 0;
		font-size: 0.26rem;
		color: #3564b0;
		font-weight: bold;
		padding-left: 0;
		box-shadow: 4px 4px 5px 3px #f0f1f3;
		display: none;
	}

	/*list-left*/
	.list-leftTwo {
		width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
	}

	.list-leftTwo ul li {
		width: 50%;
		height: 0.8rem;
		line-height: 0.8rem;
		background: #e0e4ed;
		color: #e0e4ed;
		margin-bottom: 0;
		font-size: 0.23rem;
		position: relative;
		float: left;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #ffffff;
	}

	.list-leftTwo ul li:nth-of-type(2n-1) {
		border-right: 1px solid #ffffff;
	}

	.list-leftTwo ul li a {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		display: inline-block;
		color: #3564b0;
		font-weight: bold;
		padding: 0;
	}

	.list-leftTwo ul li a span {
		display: inline-block;
		line-height: normal;
		vertical-align: middle;
	}

	.listLeft-infor {
		background: url("149816.png") no-repeat top center;
		display: inline-block;
		position: absolute;
		left: 20px;
		top: 20px;
		width: 15px;
		height: 15px;
		display: none;
	}

	#column {
		background: #3564b0;
		color: #ffffff;
	}

	#column a {
		color: #ffffff;
		background: none;
		background-position: 20px;
	}

	.list-leftTwo ul li:hover {
		background: #3564b0;
		color: #ffffff;
	}

	.list-leftTwo ul li a:hover {
		background: #1c4c9e;
		color: #ffffff;
		background: none;
		background-position: 20px;
	}


	/*list-right*/
	.list-rightTwo {
		width: 100%;
		background: #ffffff;
		float: none;
		overflow: hidden;
	}

	.list-msgTwo {
		width: 100%;
		height: auto;
		margin: 0.25rem auto;
	}

	.list-msgTwo ul li {
		padding: 0.25rem;
		position: relative;
		display: block;
		border-bottom: 1px #e3e3e3 dashed;
		position: relative;
		line-height: 1.8;
	}

	.list-msgTwo ul li::after {
		content: '';
		width: 0.08rem;
		height: 0.08rem;
		display: block;
		background: #1c4c9e;
		position: absolute;
		top: 0.42rem;
		left: 0;
	}

	.list-msgTwo ul li p {
		width: auto;
	}

	.listTwPubTime {
		position: absolute;
		right: 5px;
		top: 23px;
		color: #c1c1c1;
		font-size: 14px;
		display: none;
	}

	/* 二级页三 */
	.listRightColum {
		width: 100%;
		padding: 0.2rem 0;
		border-bottom: 3px solid #ccc;
		padding-left: 0.5rem;
		box-sizing: border-box;
		font-size: 0.25rem;
		font-weight: bold;
		color: #0066cc;
		position: relative;
	}

	.listRightColum::after {
		content: '';
		width: 0.25rem;
		height: 0.25rem;
		display: block;
		background: url('149796.png') no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 0.25rem;
		left: 0.15rem;
	}

	.listRightColum a {
		color: #0066cc;
	}

	.columThreeMor {
		float: right;
		color: #88b8e7;
		font-size: 16px;
		display: none;
	}

	.listThreeCont {
		width: 100%;
		margin: 0 auto;
	}

	.listThreeCont ul {
		overflow: hidden;
		margin: 0.2rem 0;
	}

	.listThreeCont ul li {
		padding: 0.15rem 0.25rem;
		position: relative;
	}

	.listThreeCont ul li::after {
		content: '';
		width: 0.08rem;
		height: 0.08rem;
		display: block;
		background: #1c4c9e;
		position: absolute;
		top: 0.26rem;
		left: 0;
	}

	.listThreeCont ul li p {
		width: 100%;
	}

	.listThreePubTime {
		position: absolute;
		right: 0;
		top: 8px;
		color: #c1c1c1;
		display: none;
	}

	/* 二级页四 */
	.contMap {
		width: 100%;
		height: auto;
		background: #ffffff;
		overflow: hidden;
	}

	.contMapList {
		width: 100%;
		padding: 0 0.25rem 20px;
		box-sizing: border-box;
		border: #cccccc 1px solid;
		margin: 0 auto 0.3rem;
	}

	.contMapList ul {
		padding: 0.25rem;
		box-sizing: border-box;
		border-bottom: #cccccc 1px solid;
	}

	.contMapList ul p {
		font-size: 0.26rem;
		font-weight: bold;
	}

	.contMapList ul li {
		margin-top: 0.2rem;
		display: inline-block;
		margin-right: 0.3rem;
	}

	.contMapList ul li:last-child {
		margin-right: 0;
	}

	/* 二级页五 新闻发布会 */
.newsListSecond{
	background: #ffffff;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsLogo{
	height:0.8rem;
	line-height: 0.8rem;
}
.newsLogo img{
	height: 0.5rem;
	width: auto;
	margin-top: 0.2rem
}
.newsBanner img{
	width: 100%;
	height: auto;
}
.institutionMsg{
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 0.25rem 0.1rem;
	box-sizing: border-box;
	margin: 0.3rem auto;
}
.newsInstTit{
	color: #2981da;
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}
.newsInstContact{
	width: 100%;
	padding: 0.15rem 0.25rem;
	box-sizing: border-box;
}
.newsInstContact p{
	margin: 0.15rem;
}
.newsInstContact p span{
	font-weight: bold;
}
.newsContFirstImg{
	width: 100%;
	height:auto;
	overflow: hidden;
	float: none;
}
.newsContFirstImg img{
	width: 100%;
	height:auto;
}
.newsContFirstCont{
	width: 100%;
	height: auto;
	float: none;
	background: #F3F3F3;
	padding: 0.35rem 0.25rem;
	box-sizing: border-box;
}
.newsContFirstCont p{
	color: #1a1a1a;
	font-size: 0.26rem;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
}
.newsContFirstCont span{
	margin-top: 0.25rem;
	display: block;
	overflow: hidden;
}
.newsContFirstMore{
	display: block;
	text-align: right;
	font-weight: bold;
	color: #95bee8;
	margin-top: 0.25rem;
}
.newsListContent ul{
	padding: 0;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.newsListContent ul li{
	width: 100%;
	height: auto;
	padding: 0.25rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.newsListContent ul li::after{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #09358d;
	display: block;
	position: absolute;
	top: 0.35rem;
	left: 0.08rem;
}
.newsListContent ul li span{
	float: right;
	display: none;
}
.newsListContentMore{
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	display: block;
	padding: 0.25rem 0;
}

	/* ==============================二级页结束========================== */
	/*==========================内容页开始==========================*/
.content{
	height: auto;
	padding: 0;
	background: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.articleHead{
	width: 100%;
	height: auto;
	padding: 0.25rem 0;
	border-bottom: 1px solid #cecece;
	box-sizing: border-box;
}
.articleTit{
	margin: 0.25rem auto;
	text-align: center;
	color: #0043b2;
    font-weight: bold;
	font-size: 0.3rem;
}
.articleMsg{
	display: block;
	overflow: hidden;
	margin-top: 0.25rem;
}
.contPubTime{
	color: #c1c1c1;
	float: left;
}
.shareMeddile{
	float: right;
	width: 1.5rem;
}
.shareMeddile a{
	cursor: pointer;
}
.shareIcon{
	width: 0.3rem;
	height:  0.3rem;
	background: url('149799.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-top: 0.02rem;
}
.weixin{
	width: 0.35rem;
	height: 0.35rem;
	background: url('149801.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-left: 0.2rem;
}
.weibo{
	width: 0.35rem;
	height: 0.35rem;
	background: url('149800.png') no-repeat center center;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-left: 0.2rem;
}
.weixinConte{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #cccccc;
	text-align: center;
	width: 3rem;
	height: auto;
	padding: 0.15rem;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 999;
	display: none;
}
.weixinClose{
	position: absolute;
	font-size: 3.3rem;
	top: 0px;
	right: 0.15rem;
	cursor: pointer;
}
.weixinTie{
	font-size: 0.26rem;
	margin: 0.2rem 0;
}
.weixinMsg{
	font-size: 12px;
	margin: 0.2rem 0;
}


/* 正文 */
.zoom{
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}

/*==========================内容页结束==========================*/

	/* ==============================footer开始========================== */
	.footer {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

	.footer-one {
		width: 100%;
		padding: 0px 0px 22px 0px;
		background-color: #072760;
		overflow: hidden;
		display: none;
	}

	.link {
		width: 860px;
		float: left;
		margin-top: 32px;
	}

	.link-name {
		width: 100%;
		overflow: hidden;
		float: left;
	}

	.link-name a {
		color: #FFFFFF;
		font-size: 22px;
	}

	.link ul {
		float: left;
		margin-top: 20px;
	}

	.link ul li {
		width: 430px;
		line-height: 25px;
		float: left;
	}

	.link ul li a {
		font-size: 12px;
		color: #FFFFFF;
	}

	.footer-sitemap {
		width: 126px;
		float: right;
		margin-top: 22px;
	}

	.footer-sitemap ul li {
		width: 100%;
		float: left;
		line-height: 45px;
		text-align: left;
	}

	.footer-sitemap a {
		color: #FFFFFF;
		font-size: 22px;
	}

	.footer-two {
		width: 100%;
		padding: 10px 0px;
		overflow: hidden;
		background-color: #676161;
	}

	.footer-two p {
		width: 4.7rem;
		line-height: 1.4;
		text-align: center;
		font-size: 0.21rem;
		color: #FFFFFF;
		margin: 0 auto;
	}

	.footer-two p a {
		color: #FFFFFF;
	}

	.goToTop {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 50px;
		right: 5%;
	}

	/* ==============================footer结束========================== */


}